Function GetFieldName(column As Integer) As String
Returns the name of the specified field (column). Field names are assigned using AddField.
column
A number indicating which field (column) of the Rowset you want the name of. Rowset columns, like array dimensions, are 0 based. The first column is 0, the second is 1, etc.
A string containing the name of the specified field.
Dim secondField As String
secondField = cdoRowset.GetFieldName 1
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |